@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');


*{
    margin: 0;
}
body{
    background: black;
    font-family: "Roboto", serif;
    color:white;
}



img{
    transition: ease-in .75s;
}
a{
    text-decoration: none;
    cursor: pointer;
}                                                     
a:hover,p{
    color: white;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Righteous", serif;
  font-weight: 400;
  font-style: normal;
}
p{
        font-family: "Roboto", serif;
        font-weight: 400;
        font-style: normal;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.load-body{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:#000;
    z-index: 2000;    
transition: opacity .25s, visibility .25s;
display:none;
}
.loader-inner{
    margin-top: calc(100vh / 6);
}
.name{
    text-align: center;
    position: absolute;
    width: 100%;
   margin-top: 15em;
}


.logo-back{
    background: url(../images/amimaa_design_logo_TV-removebg-preview.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 25em;
    width: 100%;

}

.image{
    margin-left: 21px;
}

.circle{
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    height: auto;
}
.box{
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.c-1{
    margin-right: 7px;
}
 
.c-2,.c-1 {
    position: relative;
    margin-top: 30px;
    background: rgb(41, 41, 41);
 background:rgb(247, 221, 78);
 height: 40px;
 width: 40px;
 border-radius: 100%;
}
.c-2::after,.c-1::after{
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width:100% ;
 height: 100%;
 border:15px solid  rgb(247, 221, 78);
 border-top-color: white;
 border-radius: 50%;
 animation: loading .9s ease infinite;
}
@keyframes loading{
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}
 .loader-hidden{
     opacity: 0 .1s;
     visibility: hidden;
     transition: all 1s;
 }


 /* loader end */

 /* navbar */
 .header{
     background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
    }

.navbar-logo{
    background: url(../images/amimaa_design_logo_TV-removebg-preview.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:8em;
    width: 10em;
    position: relative;
}
.navbar-logo img{
    /* position: absolute; */
    width: 30%;
    height: 30%;
    margin-left:-.5em;
    margin-top: .83em;
}
.header li{
    list-style: none;
}


.nav-main{
    margin-right: 15px;
    background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
    border: 2px solid#cc9d3e ;
    border-radius: 3px;
}

.nav-main li a{
    font-size:1.15em;
    color: #cc9d3e;
    font-weight: 600;
    font-family: "Righteous", serif;
   border-radius: 6px;
}
.nav-item{
    padding: .6em;
}
.nav-main a:hover{
    color:#926c33;
   border-radius: 4px;
   transition: all 1s;
}
.nav-main:hover{
  border: 2px solid #926c33;
}
.dropdown-menu{
    background: black;
    box-shadow: 3px 3px 3px black;
    border: 3px solid #926c33 ;
    border-style: dotted;
}
.dropdown:hover{
    cursor: pointer;
}
.dropdown-item:hover{
       background: #1b1302;
       color: #3b2d16;
       color: white;
}
 .button-toggle{
    margin-right: 3em;
   border: 2px solid #cc9d3e;
   background: transparent;
   border-radius: 3px;
   display: none;
}
nav .button-toggle i{
    color:#cc9d3e;
    
}

@media (max-width:991px){
    .button-toggle {
         display:block;
         position: relative;
         z-index: 2;
         transform: scale(.75);
    }
    .nav-list ul{
        position: relative;
        z-index: 2;
        margin-inline: auto;
        margin-top: .5em;
        line-height: 3em;
       
    }
   
}
/*small navbar */
.toggle span{
    color: white;
}

.show-container{
    background: url(../images/amimma-1-copy.jpg);
   background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    max-height: calc(100vh - 0px);
    position: relative;
    margin-top: 0px;
    border-top: 1px solid rgba(8, 6, 0, 0.6);

}
.show-container::after{
    content: "";
	z-index: 1;
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.image-background-slide{
    height: 100vh;
    background: url(../images/Amima-tv-no-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    z-index: 5;
}

.v-grid{
  
    height: 100%;
    z-index: 2;

}
.video-left,.video-right{
  
    height: 35vh;
    margin-top: 4em;
    /* width: 90%; */
    position: relative;
    border-radius: 4px;
    /* background: rgba(22, 22, 22, 0.5); */
    background: linear-gradient(rgba(22, 22, 22, 0.5) 25%,#000 50%,rgba(22, 22, 22, 0.5) 100%);
    /* margin: auto; */

}
.video-left video,.video-right video{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 6;
    border-radius: 0px;

}
video:hover{
    cursor: pointer;
}
.video-left{
    margin-left: .5em;
}
.video-right{
    margin-right:.5em;
}
.video-player,.video-player-sm{
    width: 90%;
  max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50% , -50%);
    cursor: pointer;
    border: 10px solid #0a0a0a;
    border-radius: 0px;
    z-index: 10;
    display: none;
    transition: all 1s;
 }
 .video-player-sm{
    width: 70%;

 }
 .video-player:focus,.video-player-sm:focus{
      outline: none;
 }
 .video-player video,.video-player-sm video{
    border-radius: 0px;
    height:auto;
}
 .close-btn,.close-btn-sm{
    position: absolute;
    top: 0px ;
    left: 10px;
 }
 .close,.close-sm{
    position: absolute;
    top:0px;
    right: 10px;
    font-size: 2.5em;
    transform: rotate(45deg);
    cursor: pointer;
    color: #db9b39;
}
/* small screen display */
.small-background{
    height:80vh;
    background-position:center;
    background: url(../images/amimma-crop.jpg);
    background-size: cover;
    background-attachment:fixed;
    position: relative;
}
.small-background img{
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	left: 0; 
}

/* div{
    border:1px solid red ;
} */
/* new carousel */
#container{
    height: 50vh;
    display: grid;
    margin-top: 0em;
    place-items: center;
    position: relative;
    z-index: 2;
    display: none;
}

.carousel-video {
    display:none
}
#slider-container{
    height: 300px;
    width: 94vw;
    max-width: 1400px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 6px;
    /* margin: auto; */
}

#slider-container .btn{
    position: absolute;
    top: calc(50% - 30px);
 
    border-radius: 50%;
    color: #db9b39;
    transform: scale(.75);
    font-weight:100;
   z-index: 5;
    cursor: pointer;
}
/* 
#slider-container .btn:hover{
    transform: scale(1.2);
}
#slider-container .btn.inactive{
    border-top: #0c0c0c;
} */
#slider-container .btn:first-of-type{
    /* transform: rotate(-60deg); */
    left: 4px;
}
#slider-container .btn:last-of-type{
    /* transform: rotate(135deg); */
    right: 0px;
}
#slider-container #slider{
    display: flex;
    width: 1000%;
    height: 100%;
    transition: all .5s;
}
#slider-container #slider .slide{
    width: 24em;
   height: 100%;
   margin: auto 10px;
   background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
   border-radius: 6px;
   position: relative;
   /* box-shadow: 4px 4px 4px 4px white,-4px -4px 4px 4px white; */
   display: grid;
   place-items: center;
}
.slide video{
    border-top: 2px solid #db9b39;
    border-bottom: 2px solid #db9b39;
position: absolute;
border-radius: 6px;
left: 0;
height: 100%;
width: 100%;
}

#slider-container #slider .slide span{
    color: white;
    font-size: 60px;
}

@media only screen and (max-width: 1100px){
    #slider-container #slider .slide {
        width: calc(3.3333% - 20px);
    }
   
    
}
@media only screen and (max-width: 900px){
    #slider-container #slider .slide {
        width: calc(5% - 20px);
    }
   
}
@media only screen and (max-width: 550px){
    #slider-container #slider .slide {
        width: calc(10% - 20px);
    }
    .small-front{
        height: 75vh;
        margin-left: 0;
        background-position: center;
        background-size: contain;
        width: 100%;
    }
}
@media (max-width:991px){
    #container{
        display: block;
    }
   .carousel-video {
        display:block
   }
   .show-container{
    display: none;
   }
 
   
}
/* carousel for series */

/* series-section */
.container-series{
    margin-top: 5em;
    position: relative;
    height:auto;
    /* border: 1px solid red; */
}
.container-series h2{
    margin-bottom: 1em;
    text-align:left;
    font-size: 1.6em;
    font-weight:bold;
    color:#cc9d3e;
}
.image-wrap{
  
   background: linear-gradient(#070707 25%,#161616 50%,#070707 100%);
border-bottom:3px solid #070707 ;
border-top:3px solid#070707;
   height: 25.8em;
   position: relative;
}
.series-play{
    width: 3em;
    height: 3em;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    /* background: rgba(0, 0, 0, 0.3); */
    background: #ebac2e;
  border-radius: 50%;
  z-index: 2;
  border: 3px solid #db9b39;
  /* border-top: 3px solid #db9b39; */

}
.series-play::after,.series-play::before{
   content: "";
   position: absolute;
   border: 2px solid #db9b39;
   border-radius: 50%;
   left: -20px;
   top: -20px;
   bottom: -20px;
   right: -20px;
   animation: animate 1.5s linear infinite;
opacity: 0;
}

@keyframes animate {
    0%{
        transform: scale(.5);
    }
  
    50%{
       opacity: 1;
    }
    100%{
        transform: scale(1);
    }
}

.series-play i{
    transform: translate(-50%, -50%);
    top: 50%;
	left: 50%;
    position: absolute;
    padding-left: 0px;
    color:  #eee;
    
}
.series-play:hover{
   cursor: pointer;
}
.img-1::after{
    content: "";
	z-index: 1;
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
    background-attachment:scroll;
}
.image-wrap img{
    margin-left: 1.8em;
    margin-top:1.2em ;
    width: 370px;
    height: 370px;
    /* margin-left: 1.6em; */
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
 }
 
 .row-2,.row-3{
    margin-top: 2em;
 }
  .image-wrap .top{
   
    border-bottom:4px solid#070707;
}
.image-wrap .bottom{
    border-top:4px solid#070707 ;
} 
.image-wrap .top{
    border-left:4px solid#070707  ;
border-right:4px solid#070707;
}


.image-wrap .bottom{
    border-left:4px solid #070707;
    border-right:4x solid #070707;
}
 .image-wrap .top,.image-wrap .bottom{
    background: black;
    z-index: 1;
    height: 10px;
    width: 26px;
    position: absolute;
 }
 .image-wrap .left,.image-wrap .right{
    background: black;
    z-index: 1;
    height: 10px;
    width: 20px;
    position: absolute;

 }
 .top-1{
    left: 10%;
    top: -.85%;
 }
 .top-2{
    left: 45%;
    top: -.85%;
 }
 .top-3{
    left: 80%;
    top: -.85%;
 }
 
 .bottom-1{
    bottom: -.85%;
    left: 10%;
 }
 .bottom-2{
    bottom: -.85%;
    left: 45%;
 }
 .bottom-3{
    bottom: -.85%;
    left: 80%;
 }

 .left-1{
    top: 10%;
 }
 .left-2{
    top: 85%;
 }
 .right-1{
    right: 0;
    top: 10%;
 }
 .right-2{
    right: 0;
    top: 85%;
 }
.pop-corn{
    display: none;
}
 /* small screen */
 /* small screen */
#carouselId{
    display: none;
}
.carousel-video{
    display: none;
}
/* small screen */
 @media only screen and (max-width: 1300px){
    .image-wrap img{
        margin: 0em;
     }
    
}
@media (max-width:991px){
    .sm-r{
        margin-top: 10em;
    }
   
    .series-slide{
        display: block;
      
    }

    .container-series h2{
        text-align: center;
        z-index: 5;
        position: relative;
        margin-top: 4em;
    }
    .pop-corn{
        position: absolute;
        top: 45%;
        right: 70%;
        overflow: hidden;
        z-index: 20;
        display: block;
    }
    
   
      .amimaa-img{
        /* width: 100%; */
        height:100vh;
        background: url(../images/tv.png);
        background-size: cover;
        background-position: top;
        position: relative;
       margin-top: -6em;
      
      }
      .amimaa-img::after{
        content: "";
        z-index: 1;
        position: absolute;
        height:100%;
        width: 100%;
        top: 0;
        left: 0;
        background: url(../images/amimaa_design_logo_TV-removebg-preview.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
    
    }
     .row-1{
        display: none;
     }
     .amima-img .btn{
   
        position: absolute;
        z-index: 2;
     }
     #carouselId{
       position:relative;
       z-index: 3;
       height: 60vh;
       top: 25%;
     margin-left: 1em;
       width: auto; 
       display: block;
       padding-top: 1em;
       /* background: rgba(8, 8, 8, 0.4); */
     } 
  .carousel-video {
        display:block;
        position: relative;
        z-index: 2;
   }
   /* .carousel-inner{
    position: relative;
   } */
  
   #carouselItem{
    height: 55vh;
    width: 97vw;
    min-width: 50vh;
    border-radius: 5px;
    padding-right: 5em;
   }
   .carousel-img-1{
    background: url(../images/Models-invasion.jpg);
    background-size: cover;
    height: 84%;
   margin: auto;
    width: 18em;
   }
   .carousel-img-2{
    background: url(../images/legal-digest-1.jpg);
    background-size: cover;
    height: 84%;
   margin: auto;
    width: 18em;
   }
   .carousel-img-3{
    background: url(../images/special-event-series.jpg);
    background-size: cover;
    height: 80%;
   margin: auto;
    width: 18em;
   }
   .carousel-img-4{
    background: url(../images/street-vibes.jpg);
    background-size: cover;
    height: 80%;
   margin: auto;
    width: 18em;
   }
   .carousel-img-5{
    background: url(../images/stars-and-trends.jpg);
    background-size: cover;
    height: 84%;
   margin: auto;
    width: 18em;
   }
   .carousel-img-6{
    background: url(../images/Honest-analysis.jpg);
    background-size: cover;
   
    height: 84%;
   margin: auto;
    width: 18em;
   }
   .carousel-img-7{
    background: url(../images/gossip-girl.jpg);
    background-size: cover;
    height: 84%;
   margin: auto;
    width: 18em;
   }
   .carousel-img-8{
    background: url(../images/Innovation.jpg);
    background-size: cover;
    height: 84%;
   margin: auto;
    width: 18em;
   }
   .carousel-img-9{
    background: url(../images/models-dairy.jpg);
    background-size: cover;
   
    height: 84%;
   margin: auto;
    width: 18em;
   }
   
  .carousel-control-prev,.carousel-control-next{
    transition: ease-in-out;
    color: #cc9d3e !important;
  }
  
  .carousel-cap{
background:#db9b39;
    width:6em;
    height: 6em;
    padding: .2em;
    position: absolute;
    margin: auto;
    border-radius: 50%;
    left:60%;
    top: 40%;
    border: 2px solid #cc9d3e;

  }
  .carousel-cap:hover{
          cursor: pointer;
        
      }
  .carousel-cap::after,.carousel-cap::before{
    content: "";
    position: absolute;
    border: 2px solid #db9b39;
    border-radius: 50%;
    left: -20px;
    top: -20px;
    bottom: -20px;
    right: -20px;
    animation: animatesm 1.5s linear infinite;
 opacity: 0;
 }
 
 @keyframes animatesm {
     0%{
         transform: scale(.5);
     }
   
     50%{
        opacity: 1;
     }
     100%{
         transform: scale(1);
     }
 }
 
  .carousel-cap a{
    color: #eee;
    padding-left: .3em;
    font-size: 1.15em;
    text-align: center;
    line-height: 4.5em;
    position: relative;
    z-index: 2;
    font-family: "Roboto" serif;
  }
  .carousel-cap a:hover{
      cursor: pointer;
  }
  .carousel-inner .bord{
    border: 5px solid #cc9d3e;
  }
  
  .carousel-cap i{
    transform: scale(.6);
  }
   
}

  /* info */
  .info-link{
    margin-top: 1.3em;
    margin-left: 0em;
  }
  .info h4{
       font-weight: 700;
       color: #cc9d3e;
  }
  .info-link a{
   
    background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color:  #cc9d3e;
    border-style: dotted;
    border: 1px solid#cc9d3e;
    border-style: dotted;
     font-family: "Righteous", serif;
}
.info-link a:hover{
    color:#926c33;
    /* border-style: dotte; */
    border: 1px solid #926c33;
}
@media (max-width:450px){
    .pop-corn{
        position: absolute;
        top: 55%;
    }
    
}
/* series section end */
.about-us{
    margin-top:10em;
    height: 100vh;
    text-align: left;
    line-height: 1.55em;
    position: relative;
}
.about-us h4{
    font-size:1.4em;
    color: #cc9d3e;
    text-transform: capitalize;
}
.about-us h1{
    font-size:3.9em;
    color: white;
    z-index: 2;
    text-transform: capitalize;
    line-height: 1em;
    font-weight: bolder;
}
.about-us h1 span{
    background: #070707;
    padding-left: .1em;
    padding-right: .2em;
    /* z-index: 1; */
    color: #cc9d3e;
}
.about-us h3{
   font-weight: bold;
   color: #cc9d3e;
 }
 .about-txt {
    margin-top: 5em;
   }
.about-txt p{
 margin-top: 0em;
 font-size: 1em;
}
.links a{
    font-size: 1.05em;
    text-decoration: none;
    color: white;
    font-weight: bolder;
    cursor: pointer;

}

.links .space-1{
    margin: 0 0px;
}
.links .space-2{
    margin: 0 5px;
}
.links h3{
    /* background: #131313; */
    width: 9.8em;
    padding-left: .2em;
}
.social-handle{
    margin-top: 1em;

}
.social-handle i{
    color:  #ecb341;
    /* border:2px solid #3d2d0f ; */
    border:2px solid #cc9d3e ;
    border-style:dotted;
    padding: .3em;
    background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
    border-radius: 50%;
}
.about-image{
    height: 80vh;
    background: url(../images/Amimaa\ TV\ 2-copy.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 10em;
    z-index: 5;
   }
   .about-image::after{
    content: "";
    width: 100%;
    height: 4.4em;
    position: absolute;
    left: 0px;
    bottom: 0px;
    /* top: 100; */
    z-index: 1;
  background: url(../images/Amimaa\ TV-anime.jpg);
  background-position:top;
  background-size: cover;
  animation: animate-pic 10s linear infinite;
  }
  
  @keyframes animate-pic {
      0%{
         background-position: right 0%;
      }
    100%{
       background-position: left 100%;
    }
  }
  
 
 
 .about-image::before{
    content: "";
    width: 100%;
    height: 4.4em;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: url(../images/Amimaa\ TV-anime.jpg);
    background-position:top;
    background-size: cover;
    animation: animate-pic 10s linear infinite;
 }
   .about-image:hover{
    -webkit-filter: grayscale(25%); 
	filter: grayscale(25%);
   }
   .about-caption{
       height: 16vh;
  /* border: 1px solid red; */
    position:absolute;
    right: 0%;
     top: 4em;
     padding:1em 2em  1em;
     border-radius: 8px;
     text-align: center;
     border:2px solid #db9b39;
     background: rgba(0, 0, 0, 0.2);
     z-index: 3;

   }
   .about-caption span{
       text-transform: uppercase;
  font-size: 2em;
  /* font-weight: 4em; */
}
.about-caption p{
    font-weight: 500;
}
.play-btn,.play-btn-sm{
    width: 3em;
    height: 3em;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    background: #db9b39;
  border-radius: 50%;
  z-index: 2;
  border-bottom: 3px solid #ce8e2f;
  border-top: 3px solid #ce8e2f;
  
}

.play-btn i,.play-btn-sm i{
    transform: translate(-50%, -50%);
    top: 50%;
	left: 50%;
    position: absolute;
    padding-left: 0px;
    color:white;
}
.play-btn:hover,.play-btn-sm:hover{
   cursor: pointer;
}
.play-btn::after,.play-btn::before,.play-btn-sm::after,.play-btn::before{
    content: "";
    position: absolute;
    border: 2px solid #ce8e2f;
    border-radius: 50%;
    left: -20px;
    top: -20px;
    bottom: -20px;
    right: -20px;
    animation: animatesm 1.5s linear infinite;
 opacity: 0;
 }
 
 @keyframes animatesm {
     0%{
         transform: scale(.5);
     }
   
     50%{
        opacity: 1;
     }
     100%{
         transform: scale(1);
     }
 }
 

 .about-small{
    display: none;
 }
/* small-size */
@media (max-width:991px){
   .about-us{
    margin-top: 10em;
   }
   .about-us h1{
    font-size: 3em;
   }
   .about-txt{
    margin-top: 0;
   }
   .about-txt p{
   font-size: 1em;
   }
   .about-image{
    height: 80vh;
    background-size: cover;
    margin-top: 5em;
   }
   .about-image::after{
    content: "";
    height: 7em;
    position: absolute;
    bottom: 0px;
   }
   .about-image::before{
    content: "";
    position: absolute;
    height: 2.4em;
    bottom: 0px;
   }
   .name h1{
    font-size: 9em;
   
}
.about-small .text-socials{
    padding: 1em;
}


}
@media (max-width:767px){
   .about-us{
    display: none;
  } 
  .about-image{
    background-size: contain;
    margin-top: 5em;
   }
   .about-image::after{
    content: "";
    height: 4em;
    position: absolute;
    bottom: 0px;
   }
   .about-image::before{
    content: "";
    position: absolute;
    height: 4em;
    bottom: 0px;
   }
  .about-small{
    margin-top: 16em;
    display: block;
    text-align: center;
    line-height: 1.4em;
    position: relative;
  }
  #about-small-img:hover{
    -webkit-filter: grayscale(25%); 
	filter: grayscale(25%);
   }
  .video-player-sm{
    height: auto;
    width: 90%;
    position: absolute;
    top: 40%;
    left: 50%;
    right: 50%;
    transform: translate(-50% , -50%);
    cursor: pointer;
    border: 2px solid #db9b39;
    border-radius: 10px;
    z-index: 10;
    display: none;
    transition: all 1s;
 }
 .video-player-sm:focus{
      outline: none;
 }
 .video-player-sm video{
    border-radius: 10px;
}
 .close-btn-sm{
    position: absolute;
    top: 10px ;
    left: 10px;
 }
 .close-sm{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2.5em;
    transform: rotate(45deg);
    cursor: pointer;
    color: #db9b39;
}
.about-small h4{
    font-size:1.3em;
    color: #cc9d3e;
    text-transform: capitalize;
}
.about-small h1{
    font-size:3.7em;
    color: white;
    z-index: 2;
    text-transform: capitalize;
    line-height: 1em;
    font-weight: bold;
}
.about-small h1 span{
    background: #070707;
    padding-left: .2em;
    padding-right: .2em;
    color: #cc9d3e;
}
.about-small h3{
   font-weight: bold;
   color: #cc9d3e;
 }
 .about-txt {
    margin-top: 5em;
   }
   .text-socials{
    background: #080808;
    padding-bottom: 1em;
    padding-top: 2em;
   }
.about-small p{
 /* margin-top: 0em;
 padding-top: 2em; */
 font-size: .96em;
}
.links h3{
   text-align: center;
   background: #070707;
   margin-top: 0;
   margin: auto;
   padding: .2em;
  
   }
   .social-handle i{
    transform: scale(.85);
   }
   .about-image:hover{
    -webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
   }
   .name h1{
    font-size: 7em;
   
}
.loading{
    margin-left: 2.7em;
}

 }

 @media (max-width:540px){
    .about-image{
        margin-top: 0em;
        background-size: cover;
        background-position: top 0%;
    }
     .about-image::after{
    height: 3em;
  }
 .about-image::before{
    height: 2em;
 }
  
  .about-small h4{
      font-size:1.3em;
      color: #cc9d3e;
      text-transform: capitalize;
  }
  .about-small h1{
      font-size:2.6em;
      color: white;
      z-index: 2;
      text-transform: capitalize;
      line-height: 1em;
      font-weight: bold;
  }
  .name h1{
    font-size: 6.5em;
   
}

}

/* gallery */
.magazine{
    /* border: 1px solid red; */
    height: auto;
    position: relative;
    margin-top: 15em;
}
.magazine h4{
    position: relative;
    z-index: 2;
    font-size:1.3em;
    color: #cc9d3e;

    text-transform: capitalize;
}



.gallery-design-front,.gallery-design-back{
    /* border: 1px solid red; */

    margin-top: 10em;
   height: 90vh;
}
.gallery-design-front{
   background: url(../images/New\ Magazine.jpg);
   background-position:top;
   background-repeat: no-repeat;
   background-size: cover;
   /* background-size: cover; */
   position: relative;
   margin-left: -3em;
   z-index: 2;
}
.gallery-design-back{
    background: url(../images/New\ Magazine\ 2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: cover; */
    position: relative;
    z-index: 2;
 }

.vol-1-front{
    /* position: absolute;
    top:-20%; */
    margin-left: 0em;
    height: 90vh;
    z-index: 1;
    width: 100%;
    background: url(../images/Magazine.jpg);
    background-position:left 100%;
    background-repeat:no-repeat;
    background-size: contain;
    /* border: 3px solid #cc9d3e;
    border-style: dotted; */
}
.vol-1-front::after{
    content: "";
	z-index: 1;
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}
.vol-1-front .text-right{
    color: #eee;
    background: #db9b39;
    width: 3em;
    padding: .3em;
    height: 2em;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.gallery-text{
    margin-top: 10em;
    padding-top: 3em;
    height: 90vh;
    background: #080808;
    position: relative;
    z-index: 2;
    /* border: 1px solid #cc9d3e; */
    /* border-style: dotted; */
}
.gallery-text .text-left{
    color: #eee;
    background: #db9b39;
    width: 3em;
    padding: .3em;
    height: 2em;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.gallery-text h2{
    font-size: 3em;
    margin-top: 0em;
    font-weight: bolder;
    position:relative;
    z-index: 2;
    text-align: left;
    color: #cc9d3e;
}
.gallery-text h2 span{
    color: white;
}
.magazine{
   
   display:block;
}
.magazine-small{
   display: none;
}
/* div{
    border:1px solid red;
   } */
/* small-size */
@media (max-width:991px){
    .gallery-text h2{
        font-size: 2.1em;
    }
   
    .vol-1-front{
        height: 65vh;
    }
    .g-text{
        background: #080808;
        padding: .6em;
    }
    .gallery-design-front{
     
        margin-top:7em;
        margin-left: 0;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -3em;
     }
     .gallery-design-back{
     
        margin-top:7em;
         background-repeat: no-repeat;
         background-size:contain;
     
      }
    .gallery-text{
       overflow: hidden;
       height: 67vh;
       background: transparent;
        margin-top:7em;
      
    }
    .gallery-text p{
        font-size: .9em;
       
    }


 }
 @media (max-width:767px){
   
    .flip-box {
        background:url(../images/amimaa\ design\ logo\ TV.jpg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height:650px;
        perspective: 1000px;
        margin: auto;
        border: 3px solid #cc9d3e;
       border-style: dotted;
    }
    .flip-box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
        border-radius: 5px;
    }
    .flip-box .flip-box-inner {
        animation: flip 12s  linear infinite  ;
        animation-delay: 3s;
        /* animation-iteration-count: 2; */
        /* animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275); */
        }
        
        @keyframes flip{
          0%{
                transform: rotateY(180deg);
            }
            20%{
                transform: rotateY(180deg);
            }
            40%{
                transform: rotateY(0deg);
            }
            60%{
                transform: rotateY(0deg);
            }
            80%{
                transform: rotateY(0deg);
            }
           
            100%{
                transform: rotateY(-180deg);
            }
        }
    
    .flip-box-front,
    .flip-box-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 5px;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); */
    }
    
    .flip-box-front {
        background: url(../images/New\ Magazine\ -\ Copy.jpg);
       background-position: top;
       background-size: cover;
       background-repeat: no-repeat;
       margin-top: -.2em; 
       margin: auto;
       
    }
    .flip-box-back {
        background: url(../images/New\ Magazine\ 2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -.2em; 
        margin: auto;
      
        transform: rotateY(180deg);
    }

  
   
    .vol-1-front{
       display: none;
    }

    #lg-head{
        visibility: hidden;
    }
    .magazine{
    
        margin-top: 2em;
        
    }
    .magazine-small{
        /* border: 1px solid red; */
       display: block;
       margin-top: 0em;
       /* height: auto; */
    }

    .flip-box-front p,.flip-box-back p{
        position: absolute;
         top:0%;
        left: 0%;
        font-weight: bolder;
        background: #e6900f;
        padding: .3em;

    }
.g-text{
    text-align: center;
}
   
    /* .magazine-small-text p{
        background: #080808;
        padding: 1em 0 1em 0;
    } */
   
    .magazine-small-text{
        text-align: center;
    }
    .magazine-small-text h2{
        font-size: 2em;
        font-weight: bold;
        color: #cc9d3e;
    }
    .magazine-small-text h2 span{
        color: #fff;
    }
    .magazine-small{
    
        margin-top: 15em;
    }
    .magazine-small h4{
        font-size:1.1em;
        color: #cc9d3e;
        text-align: center;
    }
   }
   @media (max-width:540px){
    .flip-box {
        height:400px;
    }
   
        
    
    .flip-box-front {
        background: url(../images/New\ Magazine\ -\ Copy.jpg);
       background-position: top;
       background-size: contain;
       background-repeat: no-repeat;
      
       
    }
    .flip-box-back {
        background: url(../images/New\ Magazine\ 2.jpg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
     
    }
   
   }
/* gallery */
/* about/brought to you brands */

.br-brands{
    text-align: center;
    margin: auto;
    width: 70%;
    position: relative;
}
.br-brands h4{
    text-transform: capitalize;
    color: #cc9d3e;

}
.br-brands h2{
    text-transform: capitalize;
    font-weight: bolder;
    font-size: 3.2em;
}
.br-brands .design{
    position: absolute;
    top: -5%;
}
.br-brands h2 span{
    color: #cc9d3e;
    background: #070707;
    padding-left: .2em;
    padding-right: .2em;
}
.about-tv{
    margin-top: 20em;
}


.Tv-series,.tv,.fashion,.watch{
   margin-top: 3em;
   border-top: 7px solid #0a0700;
    /* background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%); */
}
.Tv-text{
    /* border: 1px solid red ; */
    padding-left: 2em;
    margin-top: 1em;
    height: 60vh ;
}
.Tv-text h2{
    font-size: 3em;
    font-weight: 700;
    color: #cc9d3e;
    text-transform: uppercase;
 background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    padding-left: .1em;
}
.Tv-text h2 span{
    color: #fff;
}
.Tv-text p{
    font-size: 1.08em;
    font-weight: lighter;
}

.Tv-image-slide, .Tv-series-slide{
    /* border: 1px solid red; */
    background: url(../images/tv.png);
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
   position: relative;
    z-index: 2;
  
}

/* slide show */
/* slide-show area */
#slideId1{
	max-height:42vh;
    min-height: 30vh;
	 position: relative;
     top: 32.5%;
     left: 12%;
	 width: 36vw;

}
#slideId3{
	max-height:42vh;
    min-height: 30vh;
	 position: relative;
     top: 32.5%;
     left: 12%;
	 width: 36vw;
    
}
#slideId2{
	max-height:42vh;
    min-height: 30vh;
	 position: relative;
     top: 32.5%;
     left: 11.5%;
	 width: 35.5vw;
}
#slideId4{
	max-height:42vh;
    min-height: 30vh;
	 position: relative;
     top: 32.5%;
     left: 11.5%;
	 width: 35.5vw;
}
#carouselIt{
    max-height:14em ;
    height: 50vh;
   width: 100%;
}


.slide-image{
	     background: url(../images/SAINT-OSHOS.png);
		 background-position:center;
         margin: auto;
		 height:18em;
         width: 80%;
	     background-size: cover;
	     background-repeat: no-repeat; 
         z-index: 1;
     
}

.slide-image2{
         background: url(../images/JIM_3088.JPG);
		 background-position: top;
         margin: auto;
		 height:18em;
         width: 63%;
	     background-size: contain;
	     background-repeat: no-repeat; 
         z-index: 1;
}
.slide-image3{
    background: url(../images/Models\ Summit\ Banner\ 2.jpg);
		 background-position: top;
         margin: auto;
		 height:16em;
         width: 63%;   
	    background-size: cover;
	    background-repeat: no-repeat; 
        z-index: 1;
}
.slide-image4{
    background: url(../images/Models\ Summit\ Banner\ 1-1.jpg);
		 background-position: top;
         margin: auto;
		 height:16em;
         width: 63%; 
	background-size: cover;
	 background-repeat: no-repeat; 
     z-index: 1;
}
.small-size{
    display: none;
}
.visuals{
    height:65vh;
    position: relative;
}
.visuals video{
    height:400px;
    width: 60vw; 
    border: 4px solid #db9b39;
     position: relative;
   left: 20em;
   border-radius: 10px;

   }
   .visuals-cap{
        background:#db9b39;
        width:6em;
        height: 6em;
        padding: .2em;
        position: absolute;
        margin: auto;
        border-radius: 50%;
        left: 80%;
        top: -4%;
        border: 2px solid #cc9d3e;
    
      }
     
      .visuals-cap::after,.visuals-cap::before{
        content: "";
        position: absolute;
        border: 2px solid #ce8518;
        border-radius: 50%;
        left: -20px;
        top: -20px;
        bottom: -20px;
        right: -20px;
        animation: animatevid 1.5s linear infinite;
     opacity: 0;
     }
     
     @keyframes animatevid{
         0%{
             transform: scale(.5);
         }
       
         50%{
            opacity: 1;
         }
         100%{
             transform: scale(1);
         }
     }
     
      .visuals-cap h1{
        color: #eee;
        font-size: 2.3em;
        font-weight: bolder;
        line-height: 2em;
        text-align: center;
      }

      .close-btn-sp{
        position: absolute;
        top: 10px ;
        left: 10px;
     }
     .close-sp{
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 2.5em;
        transform: rotate(45deg);
        cursor: pointer;
        color: #db9b39;
    }
     
   
   
   
/* media query */
@media (max-width:1180px) {
    #carouselIt{
        max-height:12em ;
      
    }
    #slideId1,#slideId2, #slideId3,#slideId4{
        top: 34.5%;
    }
    .slide-image3,.slide-image4{
        background-size: contain; 
        height: 18em;
      }
      
    .Tv-text h2{
        font-size: 2.3em;
      
    }
    .Tv-text p{
        font-size: 1em;
      
    }
}
@media (max-width:991px) {
    .visuals{
       margin-top: 10em;
    }
    .Tv-series,.fashion,.watch{
        margin-top: 6em;
      
     }
     .Tv-text{
        padding-left: 0em;
     }
    
     .Tv-text h2{
         font-size: 2.3em;
         padding: .2em;
     }

     .Tv-text p{
         font-size: 1em;
         font-weight: bold;
     }
     .Tv-text-inner{
        margin-top: -5em;
     }
    
     .Tv-image-slide, .Tv-series-slide{
         /* border: 1px solid red; */
         background: url(../images/tv.png);
         background-position:top;
         background-size: contain;
         background-repeat: no-repeat;
         height: 80vh;
         width: 100vw;
         margin: auto;

     }
     .br-brands{
        width: 100%;
     }
     .br-brands h2{
       
        font-size: 2.42em;
    }
     .slide-image2{
        background: url(../images/JIM_3088.JPG);
        background-position: top;
        margin: auto;
        height:18em;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat; 
        z-index: 1;
}
.slide-image3{  
   background-size: cover;
  
}
.slide-image4{
   background: url(../images/Models\ Summit\ Banner\ 1-1.jpg);
        background-position: top;
        margin: auto;
        height:16em;
        width: 70%; 
   background-size: contain;
    background-repeat: no-repeat; 
    z-index: 1;
}
     #slideId1{
        max-height:50vh;
        min-height: 30vh;
        margin: auto;
         position: relative;
         top: 27%;
         left: 0%;
         width:50vw;
         /* border: 1px solid red; */
         /* border: 1px solid red; */
    }

    #slideId3{
        max-height:42vh;
        min-height: 30vh;
         position: relative;
         top: 32.5%;
         left: 12%;
         width: 50vw;
    
        
    }
    #slideId2{
        max-height:42vh;
        min-height: 30vh;
         position: relative;
         top: 32.5%;
         left: 11.5%;
         width: 50vw;
      
    }
    #slideId4{
    height:37%;
         position: relative;
         margin: auto;
         top: 7em;
         left: 0%;
         width: 35.5vw;
       
    }
    #carouselIt{
        max-height:14em ;
        height: 50vh;
     
       width: 100%;
    
    }
 
}
@media (max-width:990px) {
    .tv,.watch,.fashion,.Tv-series{
        display:none;
    }
   .small-size{
    display: block;
    
   }
    .sm-image{
        background: url(../images/tv.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 60vh;
        position: relative;
        margin-top: 1em;
    }
    #slideId1{
       min-width:30em ;
        position: relative;
        top: 25%;

    }
    .small-size{
        margin-top: -3em;

    }
    .sm-image img{
        max-width: 100%;
        margin: auto;
        position: absolute;
        left: 5%;
        width: 95%;
        height: 80%;
    }
   
    #carouselIt{
    
        height: 45em;
        width: 100%;
        margin-left: 5em;
        /* position:relative; */
       left: 0;
    }
    .carousel-indicators{
        display: none;
    }
    .Tv-series,.fashion,.watch{
        margin-top: 6em;
        /* border: 1px solid red; */
     }
    .br-brands h2{
      font-size: 2em;
    
    }
    .br-brands h4{
        font-size: 1.1em;
      
      }
     
    .container-1 h2{
        text-transform:uppercase;
        font-weight: bolder;
        font-size: 1.8em;
        margin-top: 1em;
        padding: 1em 0em 1em .8em;
        text-align:left;
        color: #cc9d3e;
        text-transform: uppercase;
        background: #050400;
    }
    .container-1 p{
        text-align:left;
        background: #050400;
        padding: 1em 0 1em 0;
         padding-left: .8em;
    }
     .Tv-text{
        padding-left: 0em;
     }

    
    
     .visuals-sm{
        position: relative;
     }
    .visuals-sm video{
        height:300px;
        width: 90%; 
        border: 4px solid #db9b39;
      margin-left: 5%;
      border-radius: 10px;
       }
       .visuals-cap-sm{
        background:#db9b39;
            width:6em;
            height: 6em;
            padding: .2em;
            position: absolute;
         
          margin-left: 3em;
            border-radius: 50%;
            z-index: 4;
            left: 70%;
            top: -7%;
            border: 2px solid #cc9d3e;
        
          }
          .visuals-cap-sm::after,.visuals-cap-sm::before{
            content: "";
            position: absolute;
            border: 2px solid #ce8518;
            border-radius: 50%;
            left: -20px;
            top: -20px;
            bottom: -20px;
            right: -20px;
            animation: animatevid 1.5s linear infinite;
         opacity: 0;
         }
         
         @keyframes animatevid{
             0%{
                 transform: scale(.5);
             }
           
             50%{
                opacity: 1;
             }
             100%{
                 transform: scale(1);
             }
         }
         
          .visuals-cap-sm h1{
            color: #eee;
            font-size: 2.3em;
            font-weight: bolder;
            line-height: 2em;
            text-align: center;
          }
    
    }
    @media (max-width:767px) {
        .container-1 p,.small-size h2{
          
            padding-left: .5em;
       }
    }
    @media (max-width:540px) {
       
        .br-brands h2, .br-brands h4{
            text-align: center;
        }
        #slideId1{
           min-width:30em ;
            position: relative;
            top: 25%;
    
        }
        .small-size{
            margin-top: 0em;
            
        }
        
        .br-brands .design i{
           transform: scale(.75);
        }
       
        
   }   
   @media (max-width:425px) {
   
    .sm-image{
       display: none;
     
    }
  
    .small-size{
        margin-top: -em;
    }
   
    .sm-image img{
        max-width: 100%;
        margin: auto;
        position: absolute;
        left: 5%;
        width: 95%;
        height: 80%;
    }
   
    #carouselIt{
    
        height: 45em;
        width: 100%;
        margin-left: 5em;
        /* position:relative; */
       left: 0;
    }
    .carousel-indicators{
        display: none;
    }
    .Tv-series,.fashion,.watch{
        margin-top: 6em;
        /* border: 1px solid red; */
     }
    .br-brands h2{
      font-size: 2em;
    
    }
    .br-brands h4{
        font-size: 1.1em;
      
      }
      /* .info-link-br{
       position: relative;
       left: 40%;
      } */
    .container-1 h2{
        text-transform:uppercase;
        font-weight: bolder;
        font-size: 1.8em;
        margin-top: 1em;
        padding: 1em 0em 1em .2em;
        text-align:left;
        color: #cc9d3e;
        text-transform: uppercase;
        background: #050400;
    }
    .container-1 p{
        text-align:left;
        background: #050400;
        padding: 1em 0 1em .3em;
        
    }
     .Tv-text{
        padding-left: 0em;
     }
    
    }
/* media query */
.slide-image-am{
    background: url(../images/Amimaa-academy-jpeg.jpg);
		 background-position: top;
         position:relative;
		 height:95%;
         width: 68%;
         margin: auto;
         left: 0;   
	background-size: contain;
	 background-repeat: no-repeat; 
     z-index: 1;
}
.slide-image-ma{
    background: url(../images/Amima\ tv-background-real-size.jpg);
		 background-position: top;
         position:relative;
		 height:97%;
         width: 68%;
         margin: auto;
         left: 0;   
	background-size: contain;
	 background-repeat: no-repeat; 
     z-index: 1;
}
.slide-image-ma2{
    background: url(../images/Flag\ Banner\ 1-1.jpg);
		 background-position: top;
         position:relative;
		 height:98%;
         width: 50%;
         margin: auto;
         left: 0;   
	background-size: cover;
	 background-repeat: no-repeat; 
     z-index: 1;
}
.slide-image-ma3{
    background: url(../images/maa-awards.jpeg);
		 background-position: top;
         position:relative;
		 height:97%;
         width: 65%;
         margin: auto;
         left: 0;   
	background-size: contain;
	 background-repeat: no-repeat; 
     z-index: 1;
}
.slide-image-see{
    background: url(../images/street-vibes.jpg);
		 background-position: top;
         position:relative;
		 height:97%;
         width: 60%;
         margin: auto;
         left: 0;   
	background-size: contain;
	 background-repeat: no-repeat; 
     z-index: 1;
}
.slide-image-see2{
    background: url(../images/Models-invasion.jpg);
		 background-position: top;
         position:relative;
		 height:97%;
         width: 70%;
         margin: auto;
         left: 0;   
	background-size: contain;
	 background-repeat: no-repeat; 
     z-index: 1;
}
.slide-image-see3{
    background: url(../images/legal-digest-1.jpg);
		 background-position: top;
         position:relative;
		 height:97%;
         width: 70%;
         margin: auto;
         left: 0;   
	background-size: contain;
	 background-repeat: no-repeat; 
     z-index: 1;
}


/* slide show */



.Tv-text-inner{
    padding-left: 1em;
    height: 70vh;
    padding-top: 5em;
   padding-bottom: 2em;
   position: relative;
}
.Tv-image-inner{
   position: relative;
   z-index: 1;
   height: 80vh;
   width: 500px;
}

#awards::after{
    background:url(../images/maa-jpeg.jpg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
         height:49.9%;
        width: 100%;
        top: 18.9%;
        left: 10%;
    }
    #series::after{
        background:url(../images/street-vibes.jpg);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
             height:49.9%;
            width: 100%;
            top: 18.9%;
            left: 10%;
        }


.info-link-br{
    margin-top: 1.3em;
  }
  
  .info-link-br a{
    /* background: linear-gradient(#131313 25%,#000 50%,#161616 100%); */
     background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color:  #cc9d3e;
    border-style: dotted;
    border-color:  #926c33;
  font-family: "Righteous", serif;
}
.info-link-br a:hover{
    color:#926c33;
    border: 2px solid #926c33;
}
/* team */
.shows{
    /* border: 1px solid red; */
    margin-top: 10em;
}
.start-text{
    text-align:center;
  
}
.start-text h5{
    color: #cc9d3e;
    font-size: 1.4em;
  
    text-transform: capitalize;
  
}
.start-text h2{
    color:white;
    font-weight: bolder;
    font-size: 2.75em;
 text-transform: uppercase;
      background: linear-gradient(#110c00 5%,#080700 10%,#0a0800 90%);
    text-transform: capitalize;
    padding: .3em 0 .3em 0;

    border:3px solid #000;
    text-transform: uppercase;
   
}
.start-text h2 span{
    color:#cc9d3e;
}
.start-text p{
    line-height: 1em;
    font-size: 1em;
}
.duration i{
    color: #cc9d3e;
}
.duration span{
  
    font-size: 1.45em;
}
.d-space{
    padding-left: 3em;
}
.duration{
    margin-top: .4em;
}
.famous-inner a{
    color: #cc9d3e;
}
.famous-inner{
    background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
 background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    padding: 1em;
    position: relative;
}
.famous-inner h6{
   font-size: 1.26em;
   font-family: "Roboto",serif;
   font-weight: bolder;
   margin-top: .1em;
   /* text-transform: uppercase; */
   
}
.famous-inner h6 span{
    color:#cc9d3e;
    font-family: "Roboto", serif;
    font-weight: bolder;
    
}
.famous-inner .bottom{
    border-top:3px solid black;
}
 .famous-inner .bottom{
    background: black;
    z-index: 1;
    height: 10px;
    width: 26px;
    position: absolute;
border-left:3px solid black;
border-right:3px solid black;
 }
 
 
 .bottom-bl-1{
    bottom: 0%;
    left: 10%;
 }
 .bottom-bl-2{
    bottom: 0%;
    left: 45%;
 }
 .bottom-bl-3{
    bottom: 0%;
    left: 80%;
 }
 .info-link-bl{
    margin-top: 1.3em;
    margin-left: 0em;
  }
  .info-link-bl a{
    background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
     background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color:  #926c33;
    border-style: dotted;
    border-color:  #926c33;

}
.info-link-bl a:hover{
    color:#926c33;
    border-style: dotted;
    border: .5px solid#cc9d3e;
}
.image-1{
background: url(../images/JIM_3088.jpg);
background-repeat: no-repeat;
background-position:top;
background-size: cover;
height: 50vh;

border-top-left-radius: 5px;
border-top-right-radius: 5px;
position: relative;
}


/* .image-1::after,.image-2::after,.image-3::after{
    content: "";
	z-index: 1;
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
} */
.image-2{
    background: url(../images/JIM_2993.JPG);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 50vh;
 
    border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     position: relative;
    }
    .image-3{
        background: url(../images/JIM_3249-resize.JPG);
        background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
        height: 50vh;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: relative;
        }

        .image-4{
            background: url(../images/JIM_3122.JPG);
            background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
            height: 50vh;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
          
            position: relative;
            }
            .image-5{
                background: url(../images/JIM_2915.JPG);
                background-repeat: no-repeat;
                background-position:center;
                background-size: cover;
                height: 50vh;
    
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                position: relative;
                }
                .image-6{
                    background: url(../images/JIM_3072.JPG);
                    background-repeat: no-repeat;
                    background-position:center;
                    background-size: cover;
                    height: 50vh;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    position: relative;
                 
                    }
     
                    .image-7{
                        background: url(../images/IMG_3239.JPG);
                        background-repeat: no-repeat;
                        background-position:center;
                        background-size: cover;
                        height: 50vh;
                        border-top-left-radius: 5px;
                        border-top-right-radius: 5px;
                        position: relative;
                        
                        }
             
                     .social-handle a{
                        color: #cc9d3e;
                        font-size:1.03em;
                     }
                   
         @media (max-width:540px) {
            .start-text h2{
                font-size: 1.8em;
                padding: .5em 0.5em .5em 0.5em
            }
            .famous-inner h6{
                font-size: 1.1em;
             }
             .duration span{
                font-size: 1.15em;
                font-weight: 100;
             }
             .social-handle i{
                transform: scale(.68);
               
             }
             /* .social-r .fa-youtube,.social-r .{
                display: none;
             } */
             .gap{
                margin-top: 1.5em;
             }
      }
/* logos */
.all-brands{
    margin-top: 10em;
    text-align: center;
}
.all-brands h2{
   font-size: 2.85em;
   font-weight: bolder;
   color: #cc9d3e;
   text-transform: uppercase;
}
/* .all-brands h2 span{
    color: white;
} */
.logos{
    overflow: hidden;
    padding: 60px 0 ;
    background: linear-gradient(#050300 5%,#050400 10%,#050400 90%);
   
    white-space: nowrap;
    }
    .logos-slide{
        display: inline-block;
    
     animation: 25s slide infinite linear;
    }
    .logos:hover .logos-slide{
     animation-play-state: paused;
    }
    .logos h3{
        color: #cc9d3e;
        font-weight: bolder;
        margin-bottom: 3em;
        font-size: 2em;
    }
    .logos-slide img{
        width: 300px;
        height: 200px;
        margin: 0 40px;
        border: 1px solid #000;
        border-radius: 6px;
    }
    @keyframes slide{
        from{
            transform:translateX(0);
        }
        from{
            transform:translateX(-100%);
        }
    }
    /* logos */
/* faq */
.FAQ {
  
    width: 85%;
 margin:auto ;
 margin-top: 9em;
 }
 .FAQ h2 {
    text-align: center;
    font-size: 2.85em;
    font-weight: bold;
    color: #cc9d3e;
    text-transform: capitalize;
   }
   .FAQ h3 {
      text-align: center;
      font-size: 2.2em;
      font-family: "Roboto", serif;
      font-weight: bolder;
     }
 .accordion-body{
  
    color: white;
    font-size: 1.3em;
 }
 .accordion-body a{
       color: #cc9d3e;
 }
 .accordion-header{
    background: #3b2d16;
    font-size: 1.4em;
 }
 .accordion-item{
    background: #3b2d16;
    /* background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%); */
    padding: .25em;
 }
 .accordion-button{
    background: #0a0a0a;
    background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color: white;
    font-weight: 600;
 }


 .accordion-item,.accordion-item:focus,.accordion-item:active,
 .accordion-header,.accordion-header:focus,.accordion-header:active,
 .accordion-button,.accordion-button:focus,.accordion-button:active{
    box-shadow: none;
    color: white;
    outline:none !important;
 }
 .accordion-button:focus{
    background: black;
    color: white;
    border-color: #3b2d16;
 }
 .accordion-button:active{
    background: #3b2d16;
}
.accordion-button::after{
    content: "\f077";
    font-family: fontAwesome;
    color: #3b2d16;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox= '0 0 16 16' fill='#140f06'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0l8 10.29315.646-5.647a.5.5 0 0 1 .708.7081-6 6a.5.5 0 0 1-.708 01-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/* .collapsing{
    -webkit-transition: none;
    transition: none;
    display: none;
} */
@media (max-width:540px)  {
.FAQ h2, .all-brands h2
{
    font-size: 2em;
  
}

.FAQ{
    width: 95vw;
  
}
}
.footer{
    margin-top: 5em;
    background: #080808;
    border-radius: 4px;
    padding: 2em;
    padding-top: 3em;
    margin-bottom: 0;
    text-align: left;
    position: relative;
}
.top-btn{
    height: 3em;
    width: 3em;
    border: 2px solid #7c5b2a;
    border-radius: 50%;
    background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
    background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color:  #926c33;
    border-style: dotted;
    position: absolute;
    right: 2%;
    top: -3%;
    text-align: center;
}
.top-btn a{
    padding-top: .1em;
    color: #7c5b2a;

}
/* .top-btn i{
    padding-top: .1em;
} */
.top-btn:hover{
    cursor: pointer;
    border: 2px solid #7c5b2a;
}
.brand-info{
    /* border: 1px solid red; */
    padding-top: 0em;
    line-height: 1.2em;
    text-align: left;


}
.brand-info h2{
   font-weight: bold;
   font-size: 3.1em;
   color: #cc9d3e;
   text-transform: uppercase;
}
.designer a{
    color: white;
    font-weight: bold;
    text-decoration: underline;
    
 }
.rights{
    font-weight: bold;
    color: white;
}
.brand-info .links{
    margin-top: 1em;
    word-spacing: 0em;
}
.brand-info .links i{
    color:  #ecb341;
    /* border:2px solid #3d2d0f ; */
    border:2px solid #cc9d3e ;
    border-style:dotted;
    padding: .2em;
    background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
    border-radius: 50%;
    transform: scale(.8);
}

.footer h2{
       font-weight: bold;
       color: #cc9d3e;
} 
.sponsor,.help,.contact{
padding-top: 2em;
}
.sponsor h2,.help h2,.contact h2{
/* background: linear-gradient(#131313 25%,#000 50%,#140f06 100%); */
text-align: left;
font-size: 1.6em;
color:#cc9d3e;
padding-left: .1em;
width: 170px;
/* margin: auto; */

}
.help h2{
width: 120px;
}
.sponsor-link,.help-link,.con-link{
margin-top: 1em;
}
.sponsor a,.help a,.contact a{
     color: white;
     font-size: 1.2em;
     margin-top: 5em;
     font-weight:bold;
     font-family: "Roboto", serif;
}
.contact h5{
color: #cc9d3e;
}
.contact p{
font-size: 1em;

}
.contact span{

font-weight:bold;
font-family: "Roboto", serif;
}
.footer i{
color:#cc9d3e
}

/* general font style for all screen size */
/* @media (max-width:768px){
    body{
        background: black;
        font-family: "Roboto", serif;
        color:white;
    }
    
    
    @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
    img{
        transition: ease-in .75s;
    }
    a{
        text-decoration: none;
        cursor: pointer;
    }                                                     
   
    h1,h2,h3,h4,h5,h6{
        font-family: "Righteous", serif;
      font-weight: 400;
      font-style: normal;
    }
    p{
            font-family: "Roboto", serif;
            font-weight: 400;
            font-style: normal;
    
    }
} */